﻿#ZobrazeniVolanychSestavMain {
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
}

#ZobrazeniVolanychSestavFiltrBox {
    display: flex;
    align-items: center;
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: auto;
    height: 30px;
}

#ZobrazeniVolanychSestavFiltrOvladaciPrvekDatum {
    display: inline-block;
}

#ZobrazeniVolanychSestavGridBox {
    position: absolute;
    left: 0;
    top: 30px;
    right: 0;
    bottom: 0;
}

#ZobrazeniVolanychSestavGrid {
    height: 100%;
}

#ZobrazeniVolanychSestavFiltrFirma {
    width: 300px;
}
#ZobrazeniVolanychSestavPopUpMain {
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
}
#ZobrazeniVolanychSestavPopUpGridBox {
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 30px;
}

#ZobrazeniVolanychSestavPopUpGrid {
    height: 100%;
}

#ZobrazeniVolanychSestavPopUpTlacitka {
    position: absolute;
    left: 0;
    top: auto;
    right: 0;
    bottom: 0;
    height:30px;
}